ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / LabelMax Property

In This Topic
    LabelMax Property
    In This Topic
    Gets or sets a value that determines whether the maximum axis value should be always labeled.
    Syntax
    'Declaration
     
    
    Public Property LabelMax As Boolean
    public bool LabelMax {get; set;}
    See Also